-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: resolve crash due to permission denied on Android Play Store version #930
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Quality Gate passedIssues Measures |
@mohitmundhragithub Can you please test the Play Store version 4.1.0 (252)? |
I tried this, and it seems to work on Samsung Galaxy S23 ultra. I had tried 1 as you pointed out in description... but never tried 2. May be both are required together. |
Great to hear that. So it works for Qualcomm now. |
Let's wait test from @Mostelk |
@AhmedTElthakeb to test it or ask @Mostelk to test it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
android:extractNativeLibs="true"
as in https://stackoverflow.com/a/64792194android.bundle.enableUncompressedNativeLibs=false
as in https://stackoverflow.com/a/56551499